home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / falbum / fasetup101.exe / {app} / falbum.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Text File  |  2004-10-23  |  2KB  |  117 lines

  1. object Form9: TForm9
  2.   Left = 332
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form9'
  7.   ClientHeight = 372
  8.   ClientWidth = 452
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label6: TLabel
  20.     Left = 9
  21.     Top = 16
  22.     Width = 73
  23.     Height = 13
  24.     Caption = 'Number of files:'
  25.   end
  26.   object NumFilesLabel: TLabel
  27.     Left = 95
  28.     Top = 16
  29.     Width = 34
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     AutoSize = False
  33.     Caption = '0'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label8: TLabel
  42.     Left = 137
  43.     Top = 16
  44.     Width = 74
  45.     Height = 13
  46.     Caption = 'Processed files:'
  47.   end
  48.   object ProcFilesLabel: TLabel
  49.     Left = 231
  50.     Top = 16
  51.     Width = 34
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.     Caption = '0'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object Label1: TLabel
  64.     Left = 296
  65.     Top = 16
  66.     Width = 63
  67.     Height = 13
  68.     Caption = 'Elapsed time:'
  69.   end
  70.   object lTime: TLabel
  71.     Left = 373
  72.     Top = 16
  73.     Width = 44
  74.     Height = 13
  75.     Caption = '0:00:00'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.   end
  83.   object ProgressBar1: TProgressBar
  84.     Left = 11
  85.     Top = 44
  86.     Width = 430
  87.     Height = 17
  88.     TabOrder = 0
  89.   end
  90.   object Memo1: TMemo
  91.     Left = 11
  92.     Top = 75
  93.     Width = 430
  94.     Height = 126
  95.     ReadOnly = True
  96.     ScrollBars = ssVertical
  97.     TabOrder = 1
  98.   end
  99.   object pShots: TPanel
  100.     Left = 8
  101.     Top = 216
  102.     Width = 435
  103.     Height = 110
  104.     BevelOuter = bvLowered
  105.     TabOrder = 2
  106.   end
  107.   object Button1: TButton
  108.     Left = 184
  109.     Top = 336
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'Stop'
  113.     TabOrder = 3
  114.     OnClick = Button1Click
  115.   end
  116. end
  117.